home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’93 / String Extractor⁄Localization / Scanner / Extract.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-17  |  170 b   |  13 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Extract.h
  3.  */
  4.  
  5. #ifndef _H_Extract
  6. # define _H_Extract
  7.  
  8. extern pascal short Extract ( Handle inData , Handle outData , short idBase ,
  9.     short numberBase ) ;
  10.  
  11.  
  12. #endif
  13.